Name | Description | |
---|---|---|
![]() | CollectionChangedEventArgs<CollectionType,CollectedObjectType> Constructor | Create a new object with the provided collection object, subject, and action |
The following tables list the members exposed by CollectionChangedEventArgs<CollectionType,CollectedObjectType>.
Name | Description | |
---|---|---|
![]() | CollectionChangedEventArgs<CollectionType,CollectedObjectType> Constructor | Create a new object with the provided collection object, subject, and action |
Name | Description | |
---|---|---|
![]() | Action | The action performed on the collection |
![]() | Collection | The collection that was changed |
![]() | Subject | The object that was just added, removed, or updated. May be null in the case of No Change and Clear. |